-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add NSSet
and NSMutableSet
#245
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, this looks really nice!
I don't have time for it right now, but will review it in about a week
fb6408f
to
282b0f7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Turns out, I got a bit of time to do it now: Looks really nice, especially cool with the detailed examples!
44aa2ee
to
ade656c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, just one more thing then I think it's good to go
I just noticed this change 1b32385 for |
Yeah, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again for your work and quick responses! (I'll merge as soon as CI finishes)
NSSet
andNSMutableSet
have a lot in common withNSArray
andNSDictionary
, so they were relatively straightforward to add.Part of #67.